PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class / calculate Method
Input values.
In This Topic
    calculate Method
    In This Topic
    Calculates the function for the given input.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public double[] calculate( 
       double[] input
    )

    Parameters

    input
    Input values.
    See Also